home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / test / bochs / files / Bochs-2.1.1.exe / / dlxlinux / bochsrc.bxrc next >
Text File  |  2004-02-08  |  2KB  |  47 lines

  1. ###############################################################
  2. # bochsrc.txt file for DLX Linux disk image.
  3. ###############################################################
  4.  
  5. # how much memory the emulated machine will have
  6. megs: 32
  7.  
  8. # filename of ROM images
  9. romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000
  10. vgaromimage: $BXSHARE/VGABIOS-elpin-2.40
  11.  
  12. # what disk images will be used 
  13. floppya: 1_44=floppya.img, status=inserted
  14. floppyb: 1_44=floppyb.img, status=inserted
  15.  
  16. # hard disk
  17. ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
  18. ata0-master: type=disk, path="hd10meg.img", cylinders=306, heads=4, spt=17
  19.  
  20. # choose the boot disk.
  21. boot: c
  22.  
  23. # default config interface is textconfig.
  24. #config_interface: textconfig
  25. #config_interface: wx
  26.  
  27. #display_library: x
  28. # other choices: win32 sdl wx carbon amigaos beos macintosh nogui rfb term
  29.  
  30. # where do we send log messages?
  31. log: bochsout.txt
  32.  
  33. # disable the mouse, since DLX is text only
  34. mouse: enabled=0
  35.  
  36. # enable key mapping, using US layout as default.
  37. #
  38. # NOTE: In Bochs 1.4, keyboard mapping is only 100% implemented on X windows.
  39. # However, the key mapping tables are used in the paste function, so 
  40. # in the DLX Linux example I'm enabling keyboard_mapping so that paste 
  41. # will work.  Cut&Paste is currently implemented on win32 and X windows only.
  42.  
  43. keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-us.map
  44. #keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-fr.map
  45. #keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-de.map
  46. #keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-es.map
  47.